projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6e9a0
)
* configure.ac (emacs_config_features): Add notify backends.
author
Glenn Morris
<rgm@gnu.org>
Tue, 30 Oct 2018 00:50:14 +0000
(20:50 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 30 Oct 2018 00:50:14 +0000
(20:50 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 50e33335289def2e06ea3b260b2f7af9db135606..4a80eb442fa575e7a7113468fd0678f73d8a85ff 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5498,6
+5498,15
@@
for opt in XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS \
*) continue ;;
esac
;;
+ NOTIFY)
+ case $val in
+ *lkqueue*) opt="$opt LIBKQUEUE" ;;
+ *kqueue*) opt="$opt KQUEUE" ;;
+ *inotify*) opt="$opt INOTIFY" ;;
+ *gfile*) opt="$opt GFILENOTIFY" ;;
+ *w32*) opt="$opt W32NOTIFY" ;;
+ esac
+ ;;
esac
AS_VAR_APPEND([emacs_config_features], ["$optsep$opt"])
optsep=' '